home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Comms Spectacular / 5PM / Palettes Folder / VI Navigator / VI Navigator.rsrc / TEXT_28427.txt < prev    next >
Encoding:
Text File  |  1992-09-23  |  183 b   |  10 lines

  1. Ask noinput "Do you want to save this ?" "" "Yes" "No" "Cancel"
  2. Switch theValue
  3.    Case 1
  4.       SendCmd ":x\13"
  5.       EndCase
  6.    Case 2
  7.       SendCmd ":q!\13"
  8.       EndCase
  9. EndSwitch
  10.